home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
biz
/
dopus
/
DOpus414JRsrc.lha
/
DirectoryOpus4
/
DOpusRT
/
makefile
< prev
next >
Wrap
Makefile
|
2000-03-03
|
397b
|
16 lines
ASM = Work:Dev/PhxAss/bin/PhxAss
ASMOPTS = M=68020 SYMDEBUG SC SD 4
CCOPTS = -m68020 -fbaserel
All: DOpusRT.o dopusrtasm.o
gcc -o DOpusRT *.o -noixemul $(CCOPTS) -s -resident
DOpusRT.o: DOpusRT.c
gcc -c DOpusRT.c -Os $(CCOPTS) -fomit-frame-pointer -msmall-code
dopusrtasm.o: dopusrtasm.asm
$(ASM) dopusrtasm.asm $(ASMOPTS)
@hunk2aout >NIL: $*.o
@delete $*.o QUIET
@rename obj.0000.* $*.o